home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / THIN C 2.0 / Projects / hello / hello.c next >
Encoding:
C/C++ Source or Header  |  1991-05-02  |  38 b   |  4 lines  |  [TEXT/THIN]

  1. main()
  2. {
  3.     printf( "Hello, world!" );
  4. }